home *** CD-ROM | disk | FTP | other *** search
/ PC Media 2 / PC MEDIA CD02.iso / share / os2 / tseng12 / read.me < prev   
Encoding:
Text File  |  1991-10-14  |  9.0 KB  |  177 lines

  1.  
  2. ╔═════════════════════════════════════════════════════════════════════════════╗
  3. ║                                          ║
  4. ║        *********************************************              ║
  5. ║        *        Installation  Guide         *              ║
  6. ║        *           For The            *              ║
  7. ║        *       VGA4000 Graphic Adapter        *              ║
  8. ║        *                        *              ║
  9. ║        *         OS/2  (v1.2)            *              ║
  10. ║        *      Presentation Manager Drivers        *              ║
  11. ║        *********************************************              ║
  12. ║                                          ║
  13. ║                                          ║
  14. ║   I.    INTRODUCTION                                  ║
  15. ║                                          ║
  16. ║    The OS/2 Presentation Manager drivers resided on your              ║
  17. ║    VGA 4000 Driver Diskette #1 support both 800x600 and 1024x768          ║
  18. ║    resolutions with 16 colors.  The OS/2 PM driver consists of two       ║
  19. ║    major parts (DLL files).  The main part of the driver (PM800_16.DLL   ║
  20. ║    and PM1K_16.DLL) provides drawing, color manipulating, font and       ║
  21. ║    pointer handling, maintaining icon/pointer/font resources, and          ║
  22. ║    interfaces to the Presentation Manager itself.    The second part       ║
  23. ║    (ET4000PM.DLL) provides three basic functions: OEMInit(),          ║
  24. ║    OEMTextSetup(), and OEMGraphicsSetup().  These functions will be      ║
  25. ║    called by the main part of the driver.    The second part of driver     ║
  26. ║    will load a binary formatted table of values from a disk file named   ║
  27. ║    DISPLAY.CFG when it is installed.  The file DISPLAY.CFG contains      ║
  28. ║    values of registers for the color palette RAM and the graphic          ║
  29. ║    processor on your  VGA 4000 board.   In our distribution          ║
  30. ║    diskette, there are several ".CDG" files and each one of them         ║
  31. ║    work with particular second part of driver ".DLL" files.  When        ║
  32. ║    you install the OS/2 driver, make sure copy those .CFG file over      ║
  33. ║    to "OS2\DLL" directory and change the name to "DISPLAY.DLL".          ║
  34. ║    (For detailed information, see INSTALLATION section below.)          ║
  35. ║                                          ║
  36. ║                                          ║
  37. ║   II. INSTALLATION                                  ║
  38. ║                                          ║
  39. ║    To install the extended display drivers for OS/2 Presentation          ║
  40. ║    Manager, you will need    VGA 4000 Driver Diskette #2 and           ║
  41. ║    OS/2 Presentation Manager version 1.2x.  Follow instructions          ║
  42. ║    below very carefully when you install the driver:              ║
  43. ║                                          ║
  44. ║    1. Install the OS/2 and Presentation Manager (v1.2x) on your          ║
  45. ║       computer in standard graphic mode (EGA/VGA) first and then          ║
  46. ║       verify your installation to see if it runs correctly before          ║
  47. ║       continuing the installation of  VGA 4000 high resulotion          ║
  48. ║       OS/2 PM drivers.                              ║
  49. ║                                          ║
  50. ║    2. Save the file "DISPLAY.DLL" in the directory "C:\OS2\DLL" first.   ║
  51. ║       This can be done by using the "COPY" command.  For instance:       ║
  52. ║                                          ║
  53. ║           C:\OS2\DLL>COPY DISPLAY.DLL DISP_SAVE.DLL   [ENTER]          ║
  54. ║                                          ║
  55. ║    3. Decide which driver you want to install into your system.  OS/2    ║
  56. ║       PM drivers are in your  VGA 4000 Driver Diskette #2 under          ║
  57. ║       sub-directory "\OS2_PM".  Eech driver has its own associated       ║
  58. ║       configuration file.    Table below provides detailed information:    ║
  59. ║                                          ║
  60. ║                                          ║
  61. ║    Driver Name   Associated    GRAPHIC     TEXT      Colors   VMODE      ║
  62. ║              CFG File        Resolution     Mode           Type       ║
  63. ║    ===========   ===========   ==========     ======   ======   ========   ║
  64. ║    PM1K_16.DLL   45M8025.CFG   1024x768     80x25      16       45M (I)    ║
  65. ║              65M8025.CFG   1024x768     80x25      16       65M (NI)   ║
  66. ║              72M8025.CFG   1024x768     80x25      16       72M (VESA) ║
  67. ║                                          ║
  68. ║    PM800_16.DLL  35K8025.CFG   800x600     80x25      16       35K (NI)   ║
  69. ║              38K8025.CFG   800x600     80x25      16       38K (NI)   ║
  70. ║              48K8025.CFG   800x600     80x25      16       48K (VESA) ║
  71. ║                                          ║
  72. ║       For example, if you want to install a driver have 1024x768          ║
  73. ║       resolution and high reflash rate (VESA or 72MHz), then you          ║
  74. ║       should choose "PM1K_16.DLL" and "72M8025.CFG".  If your monitor    ║
  75. ║       only support 800x600 with horizontal frequency of 35KHz, then      ║
  76. ║       you have to choose "PM800_16.DLL" and "35K8025.CFG".               ║
  77. ║                                          ║
  78. ║    4. Make sure you have the following statements in your "CONFIG.SYS"   ║
  79. ║       file, or use text editor to create them:                  ║
  80. ║                                          ║
  81. ║            IOPL=YES                          ║
  82. ║            LIBPATH=C:\OS2\DLL                      ║
  83. ║                                          ║
  84. ║    5. Now prepare to copy drivers over to the "\OS2\DLL" directory.      ║
  85. ║                                          ║
  86. ║       - If you are running DOS, go to step 6.                  ║
  87. ║                                          ║
  88. ║       - If you are running OS/2, go to step 7.                  ║
  89. ║                                          ║
  90. ║    6. If you are now under the DOS environment, insert  VGA 4000          ║
  91. ║       Driver Diskette #1 into drive A:.  To install 1024x768 driver,     ║
  92. ║       do the following DOS command at DOS prompt:                  ║
  93. ║                                          ║
  94. ║          a) C:>COPY A:\OS2_PM\PM1K_16.DLL C:\OS2\DLL\DISPLAY.DLL          ║
  95. ║          b) C:>COPY A:\OS2_PM\ET4000PM.DLL C:\OS2\DLL              ║
  96. ║          c) C:>COPY A:\OS2_PM\45M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  97. ║                   OR                          ║
  98. ║         C:>COPY A:\OS2_PM\65M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  99. ║                   OR                          ║
  100. ║         C:>COPY A:\OS2_PM\72M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  101. ║                                          ║
  102. ║       To install 800x600 driver, do the following DOS command at DOS     ║
  103. ║       prompt:                                  ║
  104. ║                                          ║
  105. ║          a) C:>COPY A:\OS2_PM\PM800_16.DLL C:\OS2\DLL\DISPLAY.DLL          ║
  106. ║          b) C:>COPY A:\OS2_PM\ET4000PM.DLL C:\OS2\DLL              ║
  107. ║          c) C:>COPY A:\OS2_PM\35K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  108. ║                   OR                          ║
  109. ║         C:>COPY A:\OS2_PM\38K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  110. ║                   OR                          ║
  111. ║         C:>COPY A:\OS2_PM\48K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  112. ║                                          ║
  113. ║       YOUR OS/2 DRIVER INSTALLATION IS COMPLETED.    Now you can reboot    ║
  114. ║       your system with OS/2.                          ║
  115. ║                                          ║
  116. ║    7. If you are under the OS/2 environment, please do step 7 and 8.     ║
  117. ║       Insert  VGA 4000 Driver Diskette #1 in drive A:.              ║
  118. ║                                          ║
  119. ║       Select either "DOS" window or "OS\2 Window" on OS/2 PM screen.     ║
  120. ║       If you want to install 1024x768 video driver, do the following     ║
  121. ║       commands at either DOS or OS/2 prompt:                  ║
  122. ║                                          ║
  123. ║          a) C:>COPY A:\OS2_PM\ET4000PM.DLL C:\OS2\DLL              ║
  124. ║          b) C:>COPY A:\OS2_PM\45M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  125. ║                   OR                          ║
  126. ║         C:>COPY A:\OS2_PM\65M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  127. ║                   OR                          ║
  128. ║         C:>COPY A:\OS2_PM\72M8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  129. ║                                          ║
  130. ║       Do the following OS/2 or DOS commands for installing the 800x600   ║
  131. ║       video driver:                              ║
  132. ║                                          ║
  133. ║          a) C:>COPY A:\OS2_PM\ET4000PM.DLL C:\OS2\DLL              ║
  134. ║          b) C:>COPY A:\OS2_PM\35K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  135. ║                   OR                          ║
  136. ║         C:>COPY A:\OS2_PM\38K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  137. ║                   OR                          ║
  138. ║         C:>COPY A:\OS2_PM\48K8025.CFG C:\OS2\DLL\DISPLAY.CFG          ║
  139. ║                                          ║
  140. ║    8. Remove  VGA 4000 Driver Diskette #1 from drive A:.              ║
  141. ║       Reboot your system with DOS (NOT OS/2 !).  Do the following          ║
  142. ║       command at DOS prompt:                          ║
  143. ║                                          ║
  144. ║       - If install the 1024x768 video driver:                  ║
  145. ║                                          ║
  146. ║         C:>COPY A:\OS2_PM\PM1K_16.DLL C:\OS2\DLL\DISPLAY.DLL          ║
  147. ║                                          ║
  148. ║       - If install the 800x600 video driver:                  ║
  149. ║                                          ║
  150. ║         C:>COPY A:\OS2_PM\PM800_16.DLL C:\OS2\DLL\DISPLAY.DLL          ║
  151. ║                                          ║
  152. ║       YOUR OS/2 DRIVER INSTALLATION IS COMPLETED.    Now you can reboot    ║
  153. ║       your system with OS/2.                          ║
  154. ║                                          ║
  155. ║                                          ║
  156. ║            ***********************************              ║
  157. ║            *    I    M  P  O  R  T  A  N  T      *              ║
  158. ║            ***********************************              ║
  159. ║                                          ║
  160. ║    -  Don't forget to SAVE original "DISPLAY.DLL" file in "C:\OS2\DLL"   ║
  161. ║       as stated in step 2.  The high reesolution driver & configuration  ║
  162. ║       file MUST USE names "DISPLAY.DLL" and "DISPLAY.CFG" when they      ║
  163. ║       are copied into "C:\OS2\DLL".  This will destory the original      ║
  164. ║       "DISPLAY.DLL" file.                                                ║
  165. ║                                          ║
  166. ║    -  Remember, OS/2 is a multi-tasking system.  It WON'T allow you      ║
  167. ║       to re-name or over-write the file "DISPLAY.DLL" while other        ║
  168. ║       task is using it.  The display driver file is a shared resource    ║
  169. ║       under OS/2.    Therefore, to replace it with the high resolution     ║
  170. ║       driver, you must quit from OS/2 and do it under DOS.           ║
  171. ║                                          ║
  172. ║    -  To replace the existing high resolution driver, do step 6 or       ║
  173. ║       step 7 and step 8.  The only difference is you don't have to       ║
  174. ║       copy the file "ET4000PM.DLL" into "C:\OS2\DLL" again.              ║
  175. ║                                          ║
  176. ╚═════════════════════════════════════════════════════════════════════════════╝
  177.